home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet 41 / Practical Internet Issue 41 / Practical Internet Issue 41.bin / pc / PracticalInternet.exe / scripts / DefineButton2_48 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2000-04-06  |  79 b   |  7 lines

  1. on(release){
  2.    tellTarget("/quitter")
  3.    {
  4.       gotoAndStop(1);
  5.    }
  6. }
  7.